Class: Aws::Types::KxEnvironment

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


764
765
766
# File 'sig/types.rbs', line 764

def availability_zone_ids
  @availability_zone_ids
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def 
  @aws_account_id
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def certificate_authority_arn
  @certificate_authority_arn
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


762
763
764
# File 'sig/types.rbs', line 762

def creation_timestamp
  @creation_timestamp
end

#custom_dns_configuration::Array[Types::CustomDNSServer]

Returns the value of attribute custom_dns_configuration.

Returns:



761
762
763
# File 'sig/types.rbs', line 761

def custom_dns_configuration
  @custom_dns_configuration
end

#dedicated_service_account_id::String

Returns the value of attribute dedicated_service_account_id.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def 
  @dedicated_service_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def description
  @description
end

#dns_status"NONE", ...

Returns the value of attribute dns_status.

Returns:

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


754
755
756
# File 'sig/types.rbs', line 754

def dns_status
  @dns_status
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def environment_id
  @environment_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def error_message
  @error_message
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

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


752
753
754
# File 'sig/types.rbs', line 752

def status
  @status
end

#tgw_status"NONE", ...

Returns the value of attribute tgw_status.

Returns:

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


753
754
755
# File 'sig/types.rbs', line 753

def tgw_status
  @tgw_status
end

#transit_gateway_configurationTypes::TransitGatewayConfiguration

Returns the value of attribute transit_gateway_configuration.



760
761
762
# File 'sig/types.rbs', line 760

def transit_gateway_configuration
  @transit_gateway_configuration
end

#update_timestamp::Time

Returns the value of attribute update_timestamp.

Returns:

  • (::Time)


763
764
765
# File 'sig/types.rbs', line 763

def update_timestamp
  @update_timestamp
end