Class: Aws::Types::ListProfileSharesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def next_token
  @next_token
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def profile_arn
  @profile_arn
end

#shared_with_prefix ⇒ ::String

Returns the value of attribute shared_with_prefix.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def shared_with_prefix
  @shared_with_prefix
end

#status ⇒ "ACCEPTED", ...

Returns the value of attribute status.

Returns:

  • ("ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED", "ASSOCIATING", "ASSOCIATED", "FAILED")


1318
1319
1320
# File 'sig/types.rbs', line 1318

def status
  @status
end