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)


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

def address
  @address
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def cluster_identifier
  @cluster_identifier
end

#endpoint_create_time::Time

Returns the value of attribute endpoint_create_time.

Returns:

  • (::Time)


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

def endpoint_create_time
  @endpoint_create_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


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

def endpoint_name
  @endpoint_name
end

#endpoint_status::String

Returns the value of attribute endpoint_status.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def endpoint_status
  @endpoint_status
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


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

def port
  @port
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def resource_owner
  @resource_owner
end

#subnet_group_name::String

Returns the value of attribute subnet_group_name.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def subnet_group_name
  @subnet_group_name
end

#vpc_endpointTypes::VpcEndpoint

Returns the value of attribute vpc_endpoint.

Returns:



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

def vpc_endpoint
  @vpc_endpoint
end

#vpc_security_groups::Array[Types::VpcSecurityGroupMembership]

Returns the value of attribute vpc_security_groups.

Returns:



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

def vpc_security_groups
  @vpc_security_groups
end