Class: Aws::Types::StaticIp
- Inherits:
-
Object
- Object
- Aws::Types::StaticIp
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attached_to ⇒ ::String
Returns the value of attribute attached_to.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#is_attached ⇒ Boolean
Returns the value of attribute is_attached.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def arn @arn end |
#attached_to ⇒ ::String
Returns the value of attribute attached_to.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def attached_to @attached_to end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def created_at @created_at end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def ip_address @ip_address end |
#is_attached ⇒ Boolean
Returns the value of attribute is_attached.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def is_attached @is_attached end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def name @name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def resource_type @resource_type end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def support_code @support_code end |