Class: Aws::Types::CreateResourceConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_association_to_shareable_service_networkBoolean

Returns the value of attribute allow_association_to_shareable_service_network.

Returns:

  • (Boolean)


103
104
105
# File 'sig/types.rbs', line 103

def allow_association_to_shareable_service_network
  @allow_association_to_shareable_service_network
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def client_token
  @client_token
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def custom_domain_name
  @custom_domain_name
end

#domain_verification_identifier::String

Returns the value of attribute domain_verification_identifier.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def domain_verification_identifier
  @domain_verification_identifier
end

#group_domain::String

Returns the value of attribute group_domain.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def group_domain
  @group_domain
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def name
  @name
end

#port_ranges::Array[::String]

Returns the value of attribute port_ranges.

Returns:

  • (::Array[::String])


98
99
100
# File 'sig/types.rbs', line 98

def port_ranges
  @port_ranges
end

#protocol"TCP"

Returns the value of attribute protocol.

Returns:

  • ("TCP")


99
100
101
# File 'sig/types.rbs', line 99

def protocol
  @protocol
end

#resource_configuration_definitionTypes::ResourceConfigurationDefinition

Returns the value of attribute resource_configuration_definition.



102
103
104
# File 'sig/types.rbs', line 102

def resource_configuration_definition
  @resource_configuration_definition
end

#resource_configuration_group_identifier::String

Returns the value of attribute resource_configuration_group_identifier.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def resource_configuration_group_identifier
  @resource_configuration_group_identifier
end

#resource_gateway_identifier::String

Returns the value of attribute resource_gateway_identifier.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def resource_gateway_identifier
  @resource_gateway_identifier
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


108
109
110
# File 'sig/types.rbs', line 108

def tags
  @tags
end

#type"GROUP", ...

Returns the value of attribute type.

Returns:

  • ("GROUP", "CHILD", "SINGLE", "ARN")


97
98
99
# File 'sig/types.rbs', line 97

def type
  @type
end