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

#association_configurationTypes::PackageAssociationConfiguration

Returns the value of attribute association_configuration.



1111
1112
1113
# File 'sig/types.rbs', line 1111

def association_configuration
  @association_configuration
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

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


1106
1107
1108
# File 'sig/types.rbs', line 1106

def domain_package_status
  @domain_package_status
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



1110
1111
1112
# File 'sig/types.rbs', line 1110

def error_details
  @error_details
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def last_updated
  @last_updated
end

#package_id::String

Returns the value of attribute package_id.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def package_id
  @package_id
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def package_name
  @package_name
end

#package_type"TXT-DICTIONARY", ...

Returns the value of attribute package_type.

Returns:

  • ("TXT-DICTIONARY", "ZIP-PLUGIN", "PACKAGE-LICENSE", "PACKAGE-CONFIG")


1103
1104
1105
# File 'sig/types.rbs', line 1103

def package_type
  @package_type
end

#package_version::String

Returns the value of attribute package_version.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def package_version
  @package_version
end

#prerequisite_package_id_list::Array[::String]

Returns the value of attribute prerequisite_package_id_list.

Returns:

  • (::Array[::String])


1108
1109
1110
# File 'sig/types.rbs', line 1108

def prerequisite_package_id_list
  @prerequisite_package_id_list
end

#reference_path::String

Returns the value of attribute reference_path.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def reference_path
  @reference_path
end