Class: Aws::Types::PutAccessPointScopeRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



1538
1539
1540
# File 'sig/types.rbs', line 1538

def 
  @account_id
end

#name::String

Returns the value of attribute name.



1539
1540
1541
# File 'sig/types.rbs', line 1539

def name
  @name
end

#scopeTypes::Scope

Returns the value of attribute scope.



1540
1541
1542
# File 'sig/types.rbs', line 1540

def scope
  @scope
end