Class: Aws::Types::CreatePermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[("IssueCertificate" | "GetCertificate" | "ListPermissions")]

Returns the value of attribute actions.

Returns:

  • (::Array[("IssueCertificate" | "GetCertificate" | "ListPermissions")])


118
119
120
# File 'sig/types.rbs', line 118

def actions
  @actions
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def certificate_authority_arn
  @certificate_authority_arn
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def principal
  @principal
end

#source_account::String

Returns the value of attribute source_account.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def 
  @source_account
end