Class: Aws::Types::DeletePermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def certificate_authority_arn
  @certificate_authority_arn
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def principal
  @principal
end

#source_account::String

Returns the value of attribute source_account.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def 
  @source_account
end