Class: Aws::Types::DescribeTemplatePermissionsResponse

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:



5284
5285
5286
# File 'sig/types.rbs', line 5284

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5285
5286
5287
# File 'sig/types.rbs', line 5285

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5286
5287
5288
# File 'sig/types.rbs', line 5286

def status
  @status
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


5283
5284
5285
# File 'sig/types.rbs', line 5283

def template_arn
  @template_arn
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


5282
5283
5284
# File 'sig/types.rbs', line 5282

def template_id
  @template_id
end