Class: Aws::Types::AddressConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#body_override::String

Returns the value of attribute body_override.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def body_override
  @body_override
end

#channel_type"PUSH", ...

Returns the value of attribute channel_type.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def channel_type
  @channel_type
end

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:



239
240
241
# File 'sig/types.rbs', line 239

def context
  @context
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def raw_content
  @raw_content
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:



241
242
243
# File 'sig/types.rbs', line 241

def substitutions
  @substitutions
end

#title_override::String

Returns the value of attribute title_override.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def title_override
  @title_override
end