Class: Aws::Types::VPCEConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def arn
  @arn
end

#service_dns_name::String

Returns the value of attribute service_dns_name.

Returns:

  • (::String)


1548
1549
1550
# File 'sig/types.rbs', line 1548

def service_dns_name
  @service_dns_name
end

#vpce_configuration_description::String

Returns the value of attribute vpce_configuration_description.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def vpce_configuration_description
  @vpce_configuration_description
end

#vpce_configuration_name::String

Returns the value of attribute vpce_configuration_name.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def vpce_configuration_name
  @vpce_configuration_name
end

#vpce_service_name::String

Returns the value of attribute vpce_service_name.

Returns:

  • (::String)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def vpce_service_name
  @vpce_service_name
end