Class: Aws::Types::CreateEndpointAccessMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


620
621
622
# File 'sig/types.rbs', line 620

def vpc_security_group_ids
  @vpc_security_group_ids
end