Class: Aws::Types::UpdateKxEnvironmentNetworkResponse

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])


1163
1164
1165
# File 'sig/types.rbs', line 1163

def availability_zone_ids
  @availability_zone_ids
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def 
  
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def creation_timestamp
  @creation_timestamp
end

#custom_dns_configuration::Array[Types::CustomDNSServer]

Returns the value of attribute custom_dns_configuration.

Returns:



1160
1161
1162
# File 'sig/types.rbs', line 1160

def custom_dns_configuration
  @custom_dns_configuration
end

#dedicated_service_account_id::String

Returns the value of attribute dedicated_service_account_id.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def 
  
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def description
  @description
end

#dns_status"NONE", ...

Returns the value of attribute dns_status.

Returns:

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


1153
1154
1155
# File 'sig/types.rbs', line 1153

def dns_status
  @dns_status
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def environment_id
  @environment_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def error_message
  @error_message
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1148
1149
1150
# File 'sig/types.rbs', line 1148

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")


1151
1152
1153
# File 'sig/types.rbs', line 1151

def status
  @status
end

#tgw_status"NONE", ...

Returns the value of attribute tgw_status.

Returns:

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


1152
1153
1154
# File 'sig/types.rbs', line 1152

def tgw_status
  @tgw_status
end

#transit_gateway_configurationTypes::TransitGatewayConfiguration

Returns the value of attribute transit_gateway_configuration.



1159
1160
1161
# File 'sig/types.rbs', line 1159

def transit_gateway_configuration
  @transit_gateway_configuration
end

#update_timestamp::Time

Returns the value of attribute update_timestamp.

Returns:

  • (::Time)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def update_timestamp
  @update_timestamp
end