Class: Aws::Types::GetProfileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_encoding::String

Returns the value of attribute content_encoding.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def content_encoding
  @content_encoding
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def content_type
  @content_type
end

#profile::String

Returns the value of attribute profile.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def profile
  @profile
end