Class: Aws::Types::OutpostResolver
- Inherits:
-
Object
- Object
- Aws::Types::OutpostResolver
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#preferred_instance_type ⇒ ::String
Returns the value of attribute preferred_instance_type.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
988 989 990 |
# File 'sig/types.rbs', line 988 def arn @arn end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
989 990 991 |
# File 'sig/types.rbs', line 989 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
991 992 993 |
# File 'sig/types.rbs', line 991 def creator_request_id @creator_request_id end |
#id ⇒ ::String
Returns the value of attribute id.
992 993 994 |
# File 'sig/types.rbs', line 992 def id @id end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
993 994 995 |
# File 'sig/types.rbs', line 993 def instance_count @instance_count end |
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
990 991 992 |
# File 'sig/types.rbs', line 990 def modification_time @modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
995 996 997 |
# File 'sig/types.rbs', line 995 def name @name end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
998 999 1000 |
# File 'sig/types.rbs', line 998 def outpost_arn @outpost_arn end |
#preferred_instance_type ⇒ ::String
Returns the value of attribute preferred_instance_type.
994 995 996 |
# File 'sig/types.rbs', line 994 def preferred_instance_type @preferred_instance_type end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
996 997 998 |
# File 'sig/types.rbs', line 996 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
997 998 999 |
# File 'sig/types.rbs', line 997 def @status_message end |