Class: Aws::Types::ModifyIdentityIdFormatRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


13673
13674
13675
# File 'sig/types.rbs', line 13673

def principal_arn
  @principal_arn
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


13671
13672
13673
# File 'sig/types.rbs', line 13671

def resource
  @resource
end

#use_long_idsBoolean

Returns the value of attribute use_long_ids.

Returns:

  • (Boolean)


13672
13673
13674
# File 'sig/types.rbs', line 13672

def use_long_ids
  @use_long_ids
end