Class: Aws::Types::InstanceInfo
- Inherits:
-
Object
- Object
- Aws::Types::InstanceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deregister_time ⇒ ::Time
Returns the value of attribute deregister_time.
-
#iam_session_arn ⇒ ::String
Returns the value of attribute iam_session_arn.
-
#iam_user_arn ⇒ ::String
Returns the value of attribute iam_user_arn.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#register_time ⇒ ::Time
Returns the value of attribute register_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#deregister_time ⇒ ::Time
Returns the value of attribute deregister_time.
671 672 673 |
# File 'sig/types.rbs', line 671 def deregister_time @deregister_time end |
#iam_session_arn ⇒ ::String
Returns the value of attribute iam_session_arn.
667 668 669 |
# File 'sig/types.rbs', line 667 def iam_session_arn @iam_session_arn end |
#iam_user_arn ⇒ ::String
Returns the value of attribute iam_user_arn.
668 669 670 |
# File 'sig/types.rbs', line 668 def iam_user_arn @iam_user_arn end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
669 670 671 |
# File 'sig/types.rbs', line 669 def instance_arn @instance_arn end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
666 667 668 |
# File 'sig/types.rbs', line 666 def instance_name @instance_name end |
#register_time ⇒ ::Time
Returns the value of attribute register_time.
670 671 672 |
# File 'sig/types.rbs', line 670 def register_time @register_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
672 673 674 |
# File 'sig/types.rbs', line 672 def @tags end |