Class: Aws::Types::DescribeEnvironmentMembershipsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#environment_id::String

Returns the value of attribute environment_id.



71
72
73
# File 'sig/types.rbs', line 71

def environment_id
  @environment_id
end

#max_results::Integer

Returns the value of attribute max_results.



74
75
76
# File 'sig/types.rbs', line 74

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



73
74
75
# File 'sig/types.rbs', line 73

def next_token
  @next_token
end

#permissions::Array[("owner" | "read-write" | "read-only")]

Returns the value of attribute permissions.



72
73
74
# File 'sig/types.rbs', line 72

def permissions
  @permissions
end

#user_arn::String

Returns the value of attribute user_arn.



70
71
72
# File 'sig/types.rbs', line 70

def user_arn
  @user_arn
end