Module: Aws::Finspace::Client::_UpdateKxEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateKxEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone_ids ⇒ ::Array[::String]
- #aws_account_id ⇒ ::String
- #creation_timestamp ⇒ ::Time
- #custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
- #dedicated_service_account_id ⇒ ::String
- #description ⇒ ::String
- #dns_status ⇒ "NONE", ...
- #environment_arn ⇒ ::String
- #environment_id ⇒ ::String
- #error_message ⇒ ::String
- #kms_key_id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATE_REQUESTED", ...
- #tgw_status ⇒ "NONE", ...
- #transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
- #update_timestamp ⇒ ::Time
Instance Method Details
#availability_zone_ids ⇒ ::Array[::String]
961 |
# File 'sig/client.rbs', line 961
def availability_zone_ids: () -> ::Array[::String]
|
#aws_account_id ⇒ ::String
948 |
# File 'sig/client.rbs', line 948
def aws_account_id: () -> ::String
|
#creation_timestamp ⇒ ::Time
959 |
# File 'sig/client.rbs', line 959
def creation_timestamp: () -> ::Time
|
#custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
958 |
# File 'sig/client.rbs', line 958
def custom_dns_configuration: () -> ::Array[Types::CustomDNSServer]
|
#dedicated_service_account_id ⇒ ::String
956 |
# File 'sig/client.rbs', line 956
def dedicated_service_account_id: () -> ::String
|
#description ⇒ ::String
953 |
# File 'sig/client.rbs', line 953
def description: () -> ::String
|
#dns_status ⇒ "NONE", ...
951 |
# File 'sig/client.rbs', line 951
def dns_status: () -> ("NONE" | "UPDATE_REQUESTED" | "UPDATING" | "FAILED_UPDATE" | "SUCCESSFULLY_UPDATED")
|
#environment_arn ⇒ ::String
954 |
# File 'sig/client.rbs', line 954
def environment_arn: () -> ::String
|
#environment_id ⇒ ::String
947 |
# File 'sig/client.rbs', line 947
def environment_id: () -> ::String
|
#error_message ⇒ ::String
952 |
# File 'sig/client.rbs', line 952
def error_message: () -> ::String
|
#kms_key_id ⇒ ::String
955 |
# File 'sig/client.rbs', line 955
def kms_key_id: () -> ::String
|
#name ⇒ ::String
946 |
# File 'sig/client.rbs', line 946
def name: () -> ::String
|
#status ⇒ "CREATE_REQUESTED", ...
949 |
# File 'sig/client.rbs', line 949
def status: () -> ("CREATE_REQUESTED" | "CREATING" | "CREATED" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "FAILED_CREATION" | "RETRY_DELETION" | "FAILED_DELETION" | "UPDATE_NETWORK_REQUESTED" | "UPDATING_NETWORK" | "FAILED_UPDATING_NETWORK" | "SUSPENDED")
|
#tgw_status ⇒ "NONE", ...
950 |
# File 'sig/client.rbs', line 950
def tgw_status: () -> ("NONE" | "UPDATE_REQUESTED" | "UPDATING" | "FAILED_UPDATE" | "SUCCESSFULLY_UPDATED")
|
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
957 |
# File 'sig/client.rbs', line 957
def transit_gateway_configuration: () -> Types::TransitGatewayConfiguration
|
#update_timestamp ⇒ ::Time
960 |
# File 'sig/client.rbs', line 960
def update_timestamp: () -> ::Time
|