Class: Aws::Types::DescribeThemeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


5338
5339
5340
# File 'sig/types.rbs', line 5338

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5335
5336
5337
# File 'sig/types.rbs', line 5335

def 
  @aws_account_id
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


5336
5337
5338
# File 'sig/types.rbs', line 5336

def theme_id
  @theme_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


5337
5338
5339
# File 'sig/types.rbs', line 5337

def version_number
  @version_number
end