Class: Aws::Types::EndpointAccess

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def address
  @address
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def cluster_identifier
  @cluster_identifier
end

#endpoint_create_time::Time

Returns the value of attribute endpoint_create_time.

Returns:

  • (::Time)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def endpoint_create_time
  @endpoint_create_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def endpoint_name
  @endpoint_name
end

#endpoint_status::String

Returns the value of attribute endpoint_status.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def endpoint_status
  @endpoint_status
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def port
  @port
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def resource_owner
  @resource_owner
end

#subnet_group_name::String

Returns the value of attribute subnet_group_name.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def subnet_group_name
  @subnet_group_name
end

#vpc_endpointTypes::VpcEndpoint

Returns the value of attribute vpc_endpoint.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def vpc_endpoint
  @vpc_endpoint
end

#vpc_security_groups::Array[Types::VpcSecurityGroupMembership]

Returns the value of attribute vpc_security_groups.

Returns:



1459
1460
1461
# File 'sig/types.rbs', line 1459

def vpc_security_groups
  @vpc_security_groups
end