Class: Aws::Types::GetStyleDescriptorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blob::IO

Returns the value of attribute blob.

Returns:

  • (::IO)


95
96
97
# File 'sig/types.rbs', line 95

def blob
  @blob
end

#cache_control::String

Returns the value of attribute cache_control.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def cache_control
  @cache_control
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def content_type
  @content_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


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

def etag
  @etag
end