Class: LogStash::Outputs::KinesisIOT::AWSIOTCreds
- Inherits:
-
Struct
- Object
- Struct
- LogStash::Outputs::KinesisIOT::AWSIOTCreds
- Defined in:
- lib/logstash/outputs/kinesis-iot.rb
Instance Attribute Summary collapse
-
#accessKeyId ⇒ Object
Returns the value of attribute accessKeyId.
-
#expiration ⇒ Object
Returns the value of attribute expiration.
-
#secretAccessKey ⇒ Object
Returns the value of attribute secretAccessKey.
-
#sessionToken ⇒ Object
Returns the value of attribute sessionToken.
Instance Attribute Details
#accessKeyId ⇒ Object
Returns the value of attribute accessKeyId
77 78 79 |
# File 'lib/logstash/outputs/kinesis-iot.rb', line 77 def accessKeyId @accessKeyId end |
#expiration ⇒ Object
Returns the value of attribute expiration
77 78 79 |
# File 'lib/logstash/outputs/kinesis-iot.rb', line 77 def expiration @expiration end |
#secretAccessKey ⇒ Object
Returns the value of attribute secretAccessKey
77 78 79 |
# File 'lib/logstash/outputs/kinesis-iot.rb', line 77 def secretAccessKey @secretAccessKey end |
#sessionToken ⇒ Object
Returns the value of attribute sessionToken
77 78 79 |
# File 'lib/logstash/outputs/kinesis-iot.rb', line 77 def sessionToken @sessionToken end |