Class: Aws::Types::DescribedProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#as_2_id::String

Returns the value of attribute as_2_id.

Returns:

  • (::String)


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

def as_2_id
  @as_2_id
end

#certificate_ids::Array[::String]

Returns the value of attribute certificate_ids.

Returns:

  • (::Array[::String])


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

def certificate_ids
  @certificate_ids
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


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

def profile_id
  @profile_id
end

#profile_type"LOCAL", "PARTNER"

Returns the value of attribute profile_type.

Returns:

  • ("LOCAL", "PARTNER")


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

def profile_type
  @profile_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end