Class: Aws::Types::HostedConfigurationVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def application_id
  @application_id
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def configuration_profile_id
  @configuration_profile_id
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def content_type
  @content_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def description
  @description
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def kms_key_arn
  @kms_key_arn
end

#version_label ⇒ ::String

Returns the value of attribute version_label.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def version_label
  @version_label
end

#version_number ⇒ ::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


633
634
635
# File 'sig/types.rbs', line 633

def version_number
  @version_number
end