Class: Aws::Types::GetKxEnvironmentResponse

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


550
551
552
# File 'sig/types.rbs', line 550

def availability_zone_ids
  @availability_zone_ids
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def 
  
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def certificate_authority_arn
  @certificate_authority_arn
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


548
549
550
# File 'sig/types.rbs', line 548

def creation_timestamp
  @creation_timestamp
end

#custom_dns_configuration::Array[Types::CustomDNSServer]

Returns the value of attribute custom_dns_configuration.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def custom_dns_configuration
  @custom_dns_configuration
end

#dedicated_service_account_id::String

Returns the value of attribute dedicated_service_account_id.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def 
  
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def description
  @description
end

#dns_status"NONE", ...

Returns the value of attribute dns_status.

Returns:

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


540
541
542
# File 'sig/types.rbs', line 540

def dns_status
  @dns_status
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def environment_id
  @environment_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def error_message
  @error_message
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

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


538
539
540
# File 'sig/types.rbs', line 538

def status
  @status
end

#tgw_status"NONE", ...

Returns the value of attribute tgw_status.

Returns:

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


539
540
541
# File 'sig/types.rbs', line 539

def tgw_status
  @tgw_status
end

#transit_gateway_configurationTypes::TransitGatewayConfiguration

Returns the value of attribute transit_gateway_configuration.



546
547
548
# File 'sig/types.rbs', line 546

def transit_gateway_configuration
  @transit_gateway_configuration
end

#update_timestamp::Time

Returns the value of attribute update_timestamp.

Returns:

  • (::Time)


549
550
551
# File 'sig/types.rbs', line 549

def update_timestamp
  @update_timestamp
end