Class: Aws::Types::UpdateThemePermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



12670
12671
12672
# File 'sig/types.rbs', line 12670

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12671
12672
12673
# File 'sig/types.rbs', line 12671

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12672
12673
12674
# File 'sig/types.rbs', line 12672

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


12669
12670
12671
# File 'sig/types.rbs', line 12669

def theme_arn
  @theme_arn
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


12668
12669
12670
# File 'sig/types.rbs', line 12668

def theme_id
  @theme_id
end