Class: Aws::Types::DescribedIdentityCenterConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def application_arn
  @application_arn
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def instance_arn
  @instance_arn
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def role
  @role
end