Class: Aws::Types::UpdateKxEnvironmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


1191
1192
1193
# File 'sig/types.rbs', line 1191

def availability_zone_ids
  @availability_zone_ids
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def 
  @aws_account_id
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def creation_timestamp
  @creation_timestamp
end

#custom_dns_configuration::Array[Types::CustomDNSServer]

Returns the value of attribute custom_dns_configuration.

Returns:



1188
1189
1190
# File 'sig/types.rbs', line 1188

def custom_dns_configuration
  @custom_dns_configuration
end

#dedicated_service_account_id::String

Returns the value of attribute dedicated_service_account_id.

Returns:

  • (::String)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def 
  @dedicated_service_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def description
  @description
end

#dns_status"NONE", ...

Returns the value of attribute dns_status.

Returns:

  • ("NONE", "UPDATE_REQUESTED", "UPDATING", "FAILED_UPDATE", "SUCCESSFULLY_UPDATED")


1181
1182
1183
# File 'sig/types.rbs', line 1181

def dns_status
  @dns_status
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def environment_id
  @environment_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def error_message
  @error_message
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def name
  @name
end

#status"CREATE_REQUESTED", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_REQUESTED", "CREATING", "CREATED", "DELETE_REQUESTED", "DELETING", "DELETED", "FAILED_CREATION", "RETRY_DELETION", "FAILED_DELETION", "UPDATE_NETWORK_REQUESTED", "UPDATING_NETWORK", "FAILED_UPDATING_NETWORK", "SUSPENDED")


1179
1180
1181
# File 'sig/types.rbs', line 1179

def status
  @status
end

#tgw_status"NONE", ...

Returns the value of attribute tgw_status.

Returns:

  • ("NONE", "UPDATE_REQUESTED", "UPDATING", "FAILED_UPDATE", "SUCCESSFULLY_UPDATED")


1180
1181
1182
# File 'sig/types.rbs', line 1180

def tgw_status
  @tgw_status
end

#transit_gateway_configurationTypes::TransitGatewayConfiguration

Returns the value of attribute transit_gateway_configuration.



1187
1188
1189
# File 'sig/types.rbs', line 1187

def transit_gateway_configuration
  @transit_gateway_configuration
end

#update_timestamp::Time

Returns the value of attribute update_timestamp.

Returns:

  • (::Time)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def update_timestamp
  @update_timestamp
end