Class: Aws::Types::Permission

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")])


424
425
426
# File 'sig/types.rbs', line 424

def actions
  @actions
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def certificate_authority_arn
  @certificate_authority_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


421
422
423
# File 'sig/types.rbs', line 421

def created_at
  @created_at
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def policy
  @policy
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def principal
  @principal
end

#source_account::String

Returns the value of attribute source_account.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def 
  @source_account
end