Class: Aws::Types::DescribeEndpointAccessMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointAccessMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def cluster_identifier @cluster_identifier end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def endpoint_name @endpoint_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def max_records @max_records end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def resource_owner @resource_owner end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def vpc_id @vpc_id end |