Module: Aws::VPCLattice::Client::_CreateResourceConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateResourceConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_association_to_shareable_service_network ⇒ Boolean
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #custom_domain_name ⇒ ::String
- #domain_verification_arn ⇒ ::String
- #domain_verification_id ⇒ ::String
- #failure_reason ⇒ ::String
- #group_domain ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #port_ranges ⇒ ::Array[::String]
- #protocol ⇒ "TCP"
- #resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
- #resource_configuration_group_id ⇒ ::String
- #resource_gateway_id ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #type ⇒ "GROUP", ...
Instance Method Details
#allow_association_to_shareable_service_network ⇒ Boolean
155 |
# File 'sig/client.rbs', line 155
def allow_association_to_shareable_service_network: () -> bool
|
#arn ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def arn: () -> ::String
|
#created_at ⇒ ::Time
156 |
# File 'sig/client.rbs', line 156
def created_at: () -> ::Time
|
#custom_domain_name ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def custom_domain_name: () -> ::String
|
#domain_verification_arn ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def domain_verification_arn: () -> ::String
|
#domain_verification_id ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def domain_verification_id: () -> ::String
|
#failure_reason ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def failure_reason: () -> ::String
|
#group_domain ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def group_domain: () -> ::String
|
#id ⇒ ::String
145 |
# File 'sig/client.rbs', line 145
def id: () -> ::String
|
#name ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def name: () -> ::String
|
#port_ranges ⇒ ::Array[::String]
151 |
# File 'sig/client.rbs', line 151
def port_ranges: () -> ::Array[::String]
|
#protocol ⇒ "TCP"
152 |
# File 'sig/client.rbs', line 152
def protocol: () -> ("TCP")
|
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
154 |
# File 'sig/client.rbs', line 154
def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
|
#resource_configuration_group_id ⇒ ::String
149 |
# File 'sig/client.rbs', line 149
def resource_configuration_group_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
148 |
# File 'sig/client.rbs', line 148
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
153 |
# File 'sig/client.rbs', line 153
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "GROUP", ...
150 |
# File 'sig/client.rbs', line 150
def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
|