Class: Aws::Types::Configuration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_version ⇒ ::String

Returns the value of attribute configuration_version.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def configuration_version
  @configuration_version
end

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def content
  @content
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def content_type
  @content_type
end