Class: Aws::Types::CreateHostedConfigurationVersionRequest

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)


217
218
219
# File 'sig/types.rbs', line 217

def application_id
  @application_id
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def configuration_profile_id
  @configuration_profile_id
end

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def content
  @content
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def content_type
  @content_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def description
  @description
end

#latest_version_number ⇒ ::Integer

Returns the value of attribute latest_version_number.

Returns:

  • (::Integer)


222
223
224
# File 'sig/types.rbs', line 222

def latest_version_number
  @latest_version_number
end

#version_label ⇒ ::String

Returns the value of attribute version_label.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def version_label
  @version_label
end