Class: Aws::Types::SpekeKeyProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def certificate_arn
  @certificate_arn
end

#encryption_contract_configurationTypes::EncryptionContractConfiguration

Returns the value of attribute encryption_contract_configuration.



574
575
576
# File 'sig/types.rbs', line 574

def encryption_contract_configuration
  @encryption_contract_configuration
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def resource_id
  @resource_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def role_arn
  @role_arn
end

#system_ids::Array[::String]

Returns the value of attribute system_ids.

Returns:

  • (::Array[::String])


577
578
579
# File 'sig/types.rbs', line 577

def system_ids
  @system_ids
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def url
  @url
end