Class: Aws::Types::HostedConfigurationVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def application_id
  @application_id
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def configuration_profile_id
  @configuration_profile_id
end

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def content
  @content
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def content_type
  @content_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def description
  @description
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def kms_key_arn
  @kms_key_arn
end

#version_label ⇒ ::String

Returns the value of attribute version_label.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def version_label
  @version_label
end

#version_number ⇒ ::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


621
622
623
# File 'sig/types.rbs', line 621

def version_number
  @version_number
end