Class: Aws::Types::VpcEndpointAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_accessibility::String

Returns the value of attribute associated_resource_accessibility.

Returns:

  • (::String)


19429
19430
19431
# File 'sig/types.rbs', line 19429

def associated_resource_accessibility
  @associated_resource_accessibility
end

#associated_resource_arn::String

Returns the value of attribute associated_resource_arn.

Returns:

  • (::String)


19434
19435
19436
# File 'sig/types.rbs', line 19434

def associated_resource_arn
  @associated_resource_arn
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



19432
19433
19434
# File 'sig/types.rbs', line 19432

def dns_entry
  @dns_entry
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


19431
19432
19433
# File 'sig/types.rbs', line 19431

def failure_code
  @failure_code
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


19430
19431
19432
# File 'sig/types.rbs', line 19430

def failure_reason
  @failure_reason
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


19425
19426
19427
# File 'sig/types.rbs', line 19425

def id
  @id
end

#private_dns_entryTypes::DnsEntry

Returns the value of attribute private_dns_entry.

Returns:



19433
19434
19435
# File 'sig/types.rbs', line 19433

def private_dns_entry
  @private_dns_entry
end

#resource_configuration_group_arn::String

Returns the value of attribute resource_configuration_group_arn.

Returns:

  • (::String)


19435
19436
19437
# File 'sig/types.rbs', line 19435

def resource_configuration_group_arn
  @resource_configuration_group_arn
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


19427
19428
19429
# File 'sig/types.rbs', line 19427

def service_network_arn
  @service_network_arn
end

#service_network_name::String

Returns the value of attribute service_network_name.

Returns:

  • (::String)


19428
19429
19430
# File 'sig/types.rbs', line 19428

def service_network_name
  @service_network_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19436
19437
19438
# File 'sig/types.rbs', line 19436

def tags
  @tags
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


19426
19427
19428
# File 'sig/types.rbs', line 19426

def vpc_endpoint_id
  @vpc_endpoint_id
end