Class: Aws::Types::InAppMessageButton

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#androidTypes::OverrideButtonConfiguration

Returns the value of attribute android.



1984
1985
1986
# File 'sig/types.rbs', line 1984

def android
  @android
end

#default_configTypes::DefaultButtonConfiguration

Returns the value of attribute default_config.



1985
1986
1987
# File 'sig/types.rbs', line 1985

def default_config
  @default_config
end

#iosTypes::OverrideButtonConfiguration

Returns the value of attribute ios.



1986
1987
1988
# File 'sig/types.rbs', line 1986

def ios
  @ios
end

#webTypes::OverrideButtonConfiguration

Returns the value of attribute web.



1987
1988
1989
# File 'sig/types.rbs', line 1987

def web
  @web
end