Class: Aws::Types::DescribeThemePermissionsResponse

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:



5095
5096
5097
# File 'sig/types.rbs', line 5095

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5096
5097
5098
# File 'sig/types.rbs', line 5096

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5097
5098
5099
# File 'sig/types.rbs', line 5097

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


5094
5095
5096
# File 'sig/types.rbs', line 5094

def theme_arn
  @theme_arn
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


5093
5094
5095
# File 'sig/types.rbs', line 5093

def theme_id
  @theme_id
end