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:



13126
13127
13128
# File 'sig/types.rbs', line 13126

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13127
13128
13129
# File 'sig/types.rbs', line 13127

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


13128
13129
13130
# File 'sig/types.rbs', line 13128

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


13125
13126
13127
# File 'sig/types.rbs', line 13125

def theme_arn
  @theme_arn
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


13124
13125
13126
# File 'sig/types.rbs', line 13124

def theme_id
  @theme_id
end