Class: Aws::Types::UpdateVPCEConfigurationRequest

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)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def arn
  @arn
end

#service_dns_name::String

Returns the value of attribute service_dns_name.

Returns:

  • (::String)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def service_dns_name
  @service_dns_name
end

#vpce_configuration_description::String

Returns the value of attribute vpce_configuration_description.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def vpce_configuration_description
  @vpce_configuration_description
end

#vpce_configuration_name::String

Returns the value of attribute vpce_configuration_name.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def vpce_configuration_name
  @vpce_configuration_name
end

#vpce_service_name::String

Returns the value of attribute vpce_service_name.

Returns:

  • (::String)


1519
1520
1521
# File 'sig/types.rbs', line 1519

def vpce_service_name
  @vpce_service_name
end