Module: Aws::VPCLattice::Client::_GetResourceConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_association_to_shareable_service_network ⇒ Boolean
- #amazon_managed ⇒ Boolean
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #custom_domain_name ⇒ ::String
- #domain_verification_arn ⇒ ::String
- #domain_verification_id ⇒ ::String
- #domain_verification_status ⇒ "VERIFIED", ...
- #failure_reason ⇒ ::String
- #group_domain ⇒ ::String
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #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
617 |
# File 'sig/client.rbs', line 617
def allow_association_to_shareable_service_network: () -> bool
|
#amazon_managed ⇒ Boolean
624 |
# File 'sig/client.rbs', line 624
def amazon_managed: () -> bool
|
#arn ⇒ ::String
613 |
# File 'sig/client.rbs', line 613
def arn: () -> ::String
|
#created_at ⇒ ::Time
623 |
# File 'sig/client.rbs', line 623
def created_at: () -> ::Time
|
#custom_domain_name ⇒ ::String
620 |
# File 'sig/client.rbs', line 620
def custom_domain_name: () -> ::String
|
#domain_verification_arn ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def domain_verification_arn: () -> ::String
|
#domain_verification_id ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def domain_verification_id: () -> ::String
|
#domain_verification_status ⇒ "VERIFIED", ...
629 |
# File 'sig/client.rbs', line 629
def domain_verification_status: () -> ("VERIFIED" | "PENDING" | "VERIFICATION_TIMED_OUT")
|
#failure_reason ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def failure_reason: () -> ::String
|
#group_domain ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def group_domain: () -> ::String
|
#id ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
626 |
# File 'sig/client.rbs', line 626
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
612 |
# File 'sig/client.rbs', line 612
def name: () -> ::String
|
#port_ranges ⇒ ::Array[::String]
618 |
# File 'sig/client.rbs', line 618
def port_ranges: () -> ::Array[::String]
|
#protocol ⇒ "TCP"
619 |
# File 'sig/client.rbs', line 619
def protocol: () -> ("TCP")
|
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
622 |
# File 'sig/client.rbs', line 622
def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
|
#resource_configuration_group_id ⇒ ::String
615 |
# File 'sig/client.rbs', line 615
def resource_configuration_group_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
621 |
# File 'sig/client.rbs', line 621
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "GROUP", ...
616 |
# File 'sig/client.rbs', line 616
def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
|