Class: Aws::Types::DomainPackageDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def domain_name
  @domain_name
end

#domain_package_status"ASSOCIATING", ...

Returns the value of attribute domain_package_status.

Returns:

  • ("ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED")


596
597
598
# File 'sig/types.rbs', line 596

def domain_package_status
  @domain_package_status
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



599
600
601
# File 'sig/types.rbs', line 599

def error_details
  @error_details
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


594
595
596
# File 'sig/types.rbs', line 594

def last_updated
  @last_updated
end

#package_id::String

Returns the value of attribute package_id.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def package_id
  @package_id
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def package_name
  @package_name
end

#package_type"TXT-DICTIONARY"

Returns the value of attribute package_type.

Returns:

  • ("TXT-DICTIONARY")


593
594
595
# File 'sig/types.rbs', line 593

def package_type
  @package_type
end

#package_version::String

Returns the value of attribute package_version.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def package_version
  @package_version
end

#reference_path::String

Returns the value of attribute reference_path.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def reference_path
  @reference_path
end