Class: Aws::Types::VpcEndpointDetail
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def created_date @created_date end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def @failure_message end |
#id ⇒ ::String
Returns the value of attribute id.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def security_group_ids @security_group_ids end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def vpc_id @vpc_id end |