Class: Aws::Types::CreateEndpointAccessMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointAccessMessage
- 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.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
616 617 618 |
# File 'sig/types.rbs', line 616 def cluster_identifier @cluster_identifier end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
618 619 620 |
# File 'sig/types.rbs', line 618 def endpoint_name @endpoint_name end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
617 618 619 |
# File 'sig/types.rbs', line 617 def resource_owner @resource_owner end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
619 620 621 |
# File 'sig/types.rbs', line 619 def subnet_group_name @subnet_group_name end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
620 621 622 |
# File 'sig/types.rbs', line 620 def vpc_security_group_ids @vpc_security_group_ids end |