Class: Aws::Types::UpdateTemplatePermissionsResponse

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:



13073
13074
13075
# File 'sig/types.rbs', line 13073

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13074
13075
13076
# File 'sig/types.rbs', line 13074

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


13075
13076
13077
# File 'sig/types.rbs', line 13075

def status
  @status
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


13072
13073
13074
# File 'sig/types.rbs', line 13072

def template_arn
  @template_arn
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


13071
13072
13073
# File 'sig/types.rbs', line 13071

def template_id
  @template_id
end