Class: Aws::Types::ListIdentityPropagationConfigsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7954
7955
7956
# File 'sig/types.rbs', line 7954

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7956
7957
7958
# File 'sig/types.rbs', line 7956

def request_id
  @request_id
end

#services::Array[Types::AuthorizedTargetsByService]

Returns the value of attribute services.

Returns:



7953
7954
7955
# File 'sig/types.rbs', line 7953

def services
  @services
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7955
7956
7957
# File 'sig/types.rbs', line 7955

def status
  @status
end