Class: Aws::Types::UpdateVpcEndpointDetail
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVpcEndpointDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
977 978 979 |
# File 'sig/types.rbs', line 977 def id @id end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
982 983 984 |
# File 'sig/types.rbs', line 982 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
978 979 980 |
# File 'sig/types.rbs', line 978 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
981 982 983 |
# File 'sig/types.rbs', line 981 def security_group_ids @security_group_ids end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
979 980 981 |
# File 'sig/types.rbs', line 979 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
980 981 982 |
# File 'sig/types.rbs', line 980 def subnet_ids @subnet_ids end |