Class: Aws::Types::CreateResourceConfigurationResponse

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)


123
124
125
# File 'sig/types.rbs', line 123

def allow_association_to_shareable_service_network
  @allow_association_to_shareable_service_network
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


124
125
126
# File 'sig/types.rbs', line 124

def created_at
  @created_at
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def custom_domain_name
  @custom_domain_name
end

#domain_verification_arn::String

Returns the value of attribute domain_verification_arn.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def domain_verification_arn
  @domain_verification_arn
end

#domain_verification_id::String

Returns the value of attribute domain_verification_id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def domain_verification_id
  @domain_verification_id
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def failure_reason
  @failure_reason
end

#group_domain::String

Returns the value of attribute group_domain.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def group_domain
  @group_domain
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def name
  @name
end

#port_ranges::Array[::String]

Returns the value of attribute port_ranges.

Returns:

  • (::Array[::String])


119
120
121
# File 'sig/types.rbs', line 119

def port_ranges
  @port_ranges
end

#protocol"TCP"

Returns the value of attribute protocol.

Returns:

  • ("TCP")


120
121
122
# File 'sig/types.rbs', line 120

def protocol
  @protocol
end

#resource_configuration_definitionTypes::ResourceConfigurationDefinition

Returns the value of attribute resource_configuration_definition.



122
123
124
# File 'sig/types.rbs', line 122

def resource_configuration_definition
  @resource_configuration_definition
end

#resource_configuration_group_id::String

Returns the value of attribute resource_configuration_group_id.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def resource_configuration_group_id
  @resource_configuration_group_id
end

#resource_gateway_id::String

Returns the value of attribute resource_gateway_id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def resource_gateway_id
  @resource_gateway_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


121
122
123
# File 'sig/types.rbs', line 121

def status
  @status
end

#type"GROUP", ...

Returns the value of attribute type.

Returns:

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


118
119
120
# File 'sig/types.rbs', line 118

def type
  @type
end